SQL: Window関数
PostgreSQLのドキュメント
使い方 https://www.postgresql.jp/document/pg940doc/html/tutorial-window.html
文法 https://www.postgresql.jp/document/pg940doc/html/sql-select.html
関数の一覧 https://www.postgresql.jp/document/pg940doc/html/functions-window.html
row_number, rank, lag, lead, first_value, last_value あたりを良く使うshimizukawa.icon